google.golang.org/grpc.ClientConn.retryThrottler (field)

5 uses

	google.golang.org/grpc (current package)
		clientconn.go#L192: 	cc.retryThrottler.Store((*retryThrottler)(nil))
		clientconn.go#L689: 	retryThrottler     atomic.Value // Updated from service config.
		clientconn.go#L1152: 		cc.retryThrottler.Store(newThrottler)
		clientconn.go#L1154: 		cc.retryThrottler.Store((*retryThrottler)(nil))
		stream.go#L371: 		cs.retryThrottler = cc.retryThrottler.Load().(*retryThrottler)